Loupe - Log - Monitor - Resolve
Gibraltar Namespace / NameValuePair<TValue> Class
Members

In This Topic
    NameValuePair<TValue> Class
    In This Topic
    Simple class that contains a name and corresponding value
    Syntax
    'Declaration
     
    
    Public Class NameValuePair(Of TValue) 
       Implements IName 
    public class NameValuePair<TValue> : IName  
    Type Parameters
    TValue
    Remarks
    NameValuePairs are compared to each other by Name for sorting purposes.
    Inheritance Hierarchy

    System.Object
       Gibraltar.NameValuePair<TValue>

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also